pen.jumpto (6,5);
screen.clear;
pen.south (12);
pen.nortth (6);
pen.east (10);
pen.north (6);
pen.south (12);
end script;